[INFO] fetching crate herolib-sid 0.1.0...
[INFO] testing herolib-sid-0.1.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] extracting crate herolib-sid 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate herolib-sid 0.1.0
[INFO] finished tweaking crates.io crate herolib-sid 0.1.0
[INFO] tweaked toml for crates.io crate herolib-sid 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate herolib-sid 0.1.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate herolib-sid 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] faedfcf067f46f1df84cb3f3a170aa10526381c7220b30114561513708ae2df4
[INFO] running `Command { std: "docker" "start" "-a" "faedfcf067f46f1df84cb3f3a170aa10526381c7220b30114561513708ae2df4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "faedfcf067f46f1df84cb3f3a170aa10526381c7220b30114561513708ae2df4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faedfcf067f46f1df84cb3f3a170aa10526381c7220b30114561513708ae2df4", kill_on_drop: false }`
[INFO] [stdout] faedfcf067f46f1df84cb3f3a170aa10526381c7220b30114561513708ae2df4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dedf3788119ba966838fc789b1ce9d207385aaefd4eec27d9ef5ade331055c85
[INFO] running `Command { std: "docker" "start" "-a" "dedf3788119ba966838fc789b1ce9d207385aaefd4eec27d9ef5ade331055c85", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling herolib-sid v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Contributor` is never constructed
[INFO] [stdout]   --> src/contributor.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Contributor {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_counter`, `cid`, `local_counter`, `mint`, and `peek_next` are never used
[INFO] [stdout]   --> src/contributor.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Contributor {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn new(cid: u16) -> Result<Self> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn with_counter(cid: u16, local_counter: u64) -> Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn cid(&self) -> u16 {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn local_counter(&self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn mint(&mut self, num_contributors: u16, min_length: usize) -> Result<SmartId> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn peek_next(&self, num_contributors: u16, min_length: usize) -> Result<SmartId> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.35s
[INFO] running `Command { std: "docker" "inspect" "dedf3788119ba966838fc789b1ce9d207385aaefd4eec27d9ef5ade331055c85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dedf3788119ba966838fc789b1ce9d207385aaefd4eec27d9ef5ade331055c85", kill_on_drop: false }`
[INFO] [stdout] dedf3788119ba966838fc789b1ce9d207385aaefd4eec27d9ef5ade331055c85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 587836feb5d2e96b11d3fd71304afacbee53079d411f18f3061cc097ab7ffcb7
[INFO] running `Command { std: "docker" "start" "-a" "587836feb5d2e96b11d3fd71304afacbee53079d411f18f3061cc097ab7ffcb7", kill_on_drop: false }`
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stdout] warning: struct `Contributor` is never constructed
[INFO] [stdout]   --> src/contributor.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Contributor {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_counter`, `cid`, `local_counter`, `mint`, and `peek_next` are never used
[INFO] [stdout]   --> src/contributor.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Contributor {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn new(cid: u16) -> Result<Self> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn with_counter(cid: u16, local_counter: u64) -> Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn cid(&self) -> u16 {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn local_counter(&self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn mint(&mut self, num_contributors: u16, min_length: usize) -> Result<SmartId> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn peek_next(&self, num_contributors: u16, min_length: usize) -> Result<SmartId> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling herolib-sid v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.73s
[INFO] running `Command { std: "docker" "inspect" "587836feb5d2e96b11d3fd71304afacbee53079d411f18f3061cc097ab7ffcb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "587836feb5d2e96b11d3fd71304afacbee53079d411f18f3061cc097ab7ffcb7", kill_on_drop: false }`
[INFO] [stdout] 587836feb5d2e96b11d3fd71304afacbee53079d411f18f3061cc097ab7ffcb7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f1dfa4f9f325fb858400027ebe4ba6273422eb03a7391e52126a454b9b9cdc50
[INFO] running `Command { std: "docker" "start" "-a" "f1dfa4f9f325fb858400027ebe4ba6273422eb03a7391e52126a454b9b9cdc50", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Contributor` is never constructed
[INFO] [stderr]   --> src/contributor.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct Contributor {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `with_counter`, `cid`, `local_counter`, `mint`, and `peek_next` are never used
[INFO] [stderr]   --> src/contributor.rs:25:12
[INFO] [stderr]    |
[INFO] [stderr] 21 | impl Contributor {
[INFO] [stderr]    | ---------------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 25 |     pub fn new(cid: u16) -> Result<Self> {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 38 |     pub fn with_counter(cid: u16, local_counter: u64) -> Result<Self> {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 46 |     pub fn cid(&self) -> u16 {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 51 |     pub fn local_counter(&self) -> u64 {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 58 |     pub fn mint(&mut self, num_contributors: u16, min_length: usize) -> Result<SmartId> {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 65 |     pub fn peek_next(&self, num_contributors: u16, min_length: usize) -> Result<SmartId> {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `herolib-sid` (lib) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/herolib_sid-4263b7abe1eddfcf)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test base36::tests::test_decode_basic ... ok
[INFO] [stdout] test base36::tests::test_decode_accepts_uppercase ... ok
[INFO] [stdout] test base36::tests::test_decode_errors ... ok
[INFO] [stdout] test base36::tests::test_encode_basic ... ok
[INFO] [stdout] test base36::tests::test_capacity_constants ... ok
[INFO] [stdout] test base36::tests::test_encode_larger_values ... ok
[INFO] [stdout] test base36::tests::test_encode_padded ... ok
[INFO] [stdout] test base36::tests::test_is_valid_sid ... ok
[INFO] [stdout] test base36::tests::test_required_length ... ok
[INFO] [stdout] test base36::tests::test_roundtrip ... ok
[INFO] [stdout] test contributor::tests::test_contributor_id_too_large ... ok
[INFO] [stdout] test contributor::tests::test_mint ... ok
[INFO] [stdout] test contributor::tests::test_new_contributor ... ok
[INFO] [stdout] test contributor::tests::test_peek_next ... ok
[INFO] [stdout] test contributor::tests::test_serde ... ok
[INFO] [stdout] test contributor::tests::test_with_counter ... ok
[INFO] [stdout] test smartid::tests::test_compute ... ok
[INFO] [stdout] test smartid::tests::test_display ... ok
[INFO] [stdout] test smartid::tests::test_from_global_id ... ok
[INFO] [stdout] test smartid::tests::test_ordering ... ok
[INFO] [stdout] test smartid::tests::test_from_str ... ok
[INFO] [stdout] test smartid::tests::test_parse_invalid ... ok
[INFO] [stdout] test contributor::tests::test_mint_multi_contributor ... ok
[INFO] [stdout] test smartid::tests::test_contributor_id_too_large ... ok
[INFO] [stdout] test smartid::tests::test_parse ... ok
[INFO] [stdout] test smartid::tests::test_roundtrip ... ok
[INFO] [stdout] test smartid::tests::test_serde ... ok
[INFO] [stdout] test base36::tests::test_decode_with_padding ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests herolib_sid
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/base36.rs - base36::required_length (line 162) ... FAILED
[INFO] [stdout] test src/base36.rs - base36::encode (line 43) ... FAILED
[INFO] [stdout] test src/base36.rs - base36::encode_padded (line 81) ... FAILED
[INFO] [stdout] test src/base36.rs - base36::decode (line 115) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/base36.rs - base36::required_length (line 162) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `herolib_osis` in this scope
[INFO] [stdout]    --> src/base36.rs:163:5
[INFO] [stdout]     |
[INFO] [stdout] 163 | use herolib_osis::sid::base36::required_length;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `herolib_osis`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 163 - use herolib_osis::sid::base36::required_length;
[INFO] [stdout] 163 + use herolib_sid::sid::base36::required_length;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/base36.rs - base36::encode (line 43) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `herolib_osis` in this scope
[INFO] [stdout]   --> src/base36.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | use herolib_osis::sid::base36::encode;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `herolib_osis`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 44 - use herolib_osis::sid::base36::encode;
[INFO] [stdout] 44 + use herolib_sid::sid::base36::encode;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/base36.rs - base36::encode_padded (line 81) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `herolib_osis` in this scope
[INFO] [stdout]   --> src/base36.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 | use herolib_osis::sid::base36::encode_padded;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `herolib_osis`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 82 - use herolib_osis::sid::base36::encode_padded;
[INFO] [stdout] 82 + use herolib_sid::sid::base36::encode_padded;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/base36.rs - base36::decode (line 115) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `herolib_osis` in this scope
[INFO] [stdout]    --> src/base36.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 | use herolib_osis::sid::base36::decode;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `herolib_osis`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 116 - use herolib_osis::sid::base36::decode;
[INFO] [stdout] 116 + use herolib_sid::sid::base36::decode;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/base36.rs - base36::decode (line 115)
[INFO] [stdout]     src/base36.rs - base36::encode (line 43)
[INFO] [stdout]     src/base36.rs - base36::encode_padded (line 81)
[INFO] [stdout]     src/base36.rs - base36::required_length (line 162)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "f1dfa4f9f325fb858400027ebe4ba6273422eb03a7391e52126a454b9b9cdc50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1dfa4f9f325fb858400027ebe4ba6273422eb03a7391e52126a454b9b9cdc50", kill_on_drop: false }`
[INFO] [stdout] f1dfa4f9f325fb858400027ebe4ba6273422eb03a7391e52126a454b9b9cdc50
